type github.com/klauspost/compress/zstd.dict
28 uses
github.com/klauspost/compress/zstd (current package)
decoder.go#L103: d.o.dicts = make(map[uint32]*dict)
decoder_options.go#L23: dicts map[uint32]*dict
decoder_options.go#L115: o.dicts = make(map[uint32]*dict)
decoder_options.go#L137: o.dicts = make(map[uint32]*dict)
decoder_options.go#L139: o.dicts[id] = &dict{id: id, content: content, offsets: [3]int{1, 4, 8}}
dict.go#L15: type dict struct {
dict.go#L30: func (d *dict) ID() uint32 {
dict.go#L38: func (d *dict) ContentSize() int {
dict.go#L46: func (d *dict) Content() []byte {
dict.go#L54: func (d *dict) Offsets() [3]int {
dict.go#L62: func (d *dict) LitEncoder() *huff0.Scratch {
dict.go#L71: func loadDict(b []byte) (*dict, error) {
dict.go#L76: d := dict{
dict.go#L222: d := dict{
enc_base.go#L24: lastDict *dict
enc_base.go#L132: func (e *fastBase) resetBase(d *dict, singleBlock bool) {
enc_best.go#L477: func (e *bestFastEncoder) Reset(d *dict, singleBlock bool) {
enc_better.go#L1092: func (e *betterFastEncoder) Reset(d *dict, singleBlock bool) {
enc_better.go#L1100: func (e *betterFastEncoderDict) Reset(d *dict, singleBlock bool) {
enc_dfast.go#L1033: func (e *doubleFastEncoder) Reset(d *dict, singleBlock bool) {
enc_dfast.go#L1041: func (e *doubleFastEncoderDict) Reset(d *dict, singleBlock bool) {
enc_fast.go#L793: func (e *fastEncoder) Reset(d *dict, singleBlock bool) {
enc_fast.go#L801: func (e *fastEncoderDict) Reset(d *dict, singleBlock bool) {
encoder.go#L40: Reset(d *dict, singleBlock bool)
encoder_options.go#L32: dict *dict
encoder_options.go#L366: o.dict = &dict{id: id, content: content, offsets: [3]int{1, 4, 8}}
history.go#L30: dict *dict
history.go#L57: func (h *history) setDict(dict *dict) {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |